[index]

Add Command

Syntax

add <number> to <container>

Description

Examples

on mouseUp put field "Price1" into num1 put field "Price2" into num2 add num1 to num2 put num2 into field "Total" end mouseUp Save the script. Enter 10 in the field "Price1" and 15 in the field "Price2". Click on the Browse tool and then click on the button. You can achieve the same result by replacing the fourth and fifth lines of the script with:
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.